From 6349205e8349ecf96b84160e91637570dfa6eb5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Wed, 11 May 2022 10:02:01 +0100 Subject: [PATCH] skip part of test-crypto-engine to avoid rebuilding For now, only tests not requiring built artifacts are run Forwarded: not-needed Last-Update: 2022-05-02 Gbp-Pq: Topic build Gbp-Pq: Name skip-crypto-engine-check.patch --- test/parallel/test-crypto-engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-crypto-engine.js b/test/parallel/test-crypto-engine.js index ca2e47936..f4c4276ce 100644 --- a/test/parallel/test-crypto-engine.js +++ b/test/parallel/test-crypto-engine.js @@ -34,7 +34,7 @@ crypto.setEngine('dynamic', crypto.constants.ENGINE_METHOD_RSA); if (common.isOSX) engineLib = `lib${engineName}.dylib`; else if (common.isLinux && process.arch === 'x64') - engineLib = `lib${engineName}.so`; + //engineLib = `lib${engineName}.so`; if (engineLib !== undefined) { const execDir = path.dirname(process.execPath); -- 2.30.2